home *** CD-ROM | disk | FTP | other *** search
- object DebugDlg1: TDebugDlg1
- Left = 216
- Top = 282
- BorderStyle = bsDialog
- Caption = 'Dialog'
- ClientHeight = 267
- ClientWidth = 313
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 297
- Height = 217
- Shape = bsFrame
- end
- object OKBtn: TButton
- Left = 79
- Top = 236
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 159
- Top = 236
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Memo: TMemo
- Left = 16
- Top = 16
- Width = 281
- Height = 201
- Lines.Strings = (
- 'Memo')
- TabOrder = 2
- end
- end
-